عندما تقوم بعمل خلفية (صورة) للفورم فأنك سوف تواجهه صعوبه في التحكم بالفورم وظهور وميض ابيض في كل من وقت التصميم و وقت التنفيذ
ولكي تقوم بحل المشكلة اليك الطرق التالية :
في الطريقة الاولى يتم حل المشكلة في وقت التنفيذ يعني عندما تنفذ البرنامج وذلك من خلال الخاصية DoubleBuffered public Form2() { InitializeComponent();
DoubleBuffered = true;
}
الطريقة الثانية تحل المشكلة في كلتا الحالتين في وقت التصميم و التنفيذ
وذلك من خلال عمل كلاس يورث من الكلاس Panel كما يلي
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Resize_Form { class BackgroundPanel:Panel { public BackgroundPanel():base() { this.DoubleBuffered = true;
}
} }
الان تقوم بإضافة اداة BackgroundPanel الى الفورم وتقوم بعمل الخصائص التالية
Dock = Fill بعد ذلك تقوم بتحديد الصورة BackgroundImage =
عندما تقوم بعمل خلفية (صورة) للفورم فأنك سوف تواجهه صعوبه في التحكم بالفورم وظهور وميض ابيض في كل من وقت التصميم و وقت التنفيذ
ولكي تقوم بحل المشكلة اليك الطرق التالية :
في الطريقة الاولى يتم حل المشكلة في وقت التنفيذ يعني عندما تنفذ البرنامج وذلك من خلال الخاصية DoubleBuffered public Form2() { InitializeComponent();
DoubleBuffered = true;
}
الطريقة الثانية تحل المشكلة في كلتا الحالتين في وقت التصميم و التنفيذ
وذلك من خلال عمل كلاس يورث من الكلاس Panel كما يلي
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Resize_Form { class BackgroundPanel:Panel { public BackgroundPanel():base() { this.DoubleBuffered = true;
}
} }
الان تقوم بإضافة اداة BackgroundPanel الى الفورم وتقوم بعمل الخصائص التالية
Dock = Fill بعد ذلك تقوم بتحديد الصورة BackgroundImage =
BY برمجة تطبيقات الويندوز C# Programming
Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283
Some messages aren’t supposed to last forever. There are some Telegram groups and conversations where it’s best if messages are automatically deleted in a day or a week. Here’s how to auto-delete messages in any Telegram chat. You can enable the auto-delete feature on a per-chat basis. It works for both one-on-one conversations and group chats. Previously, you needed to use the Secret Chat feature to automatically delete messages after a set time. At the time of writing, you can choose to automatically delete messages after a day or a week. Telegram starts the timer once they are sent, not after they are read. This won’t affect the messages that were sent before enabling the feature.
China’s stock markets are some of the largest in the world, with total market capitalization reaching RMB 79 trillion (US$12.2 trillion) in 2020. China’s stock markets are seen as a crucial tool for driving economic growth, in particular for financing the country’s rapidly growing high-tech sectors.Although traditionally closed off to overseas investors, China’s financial markets have gradually been loosening restrictions over the past couple of decades. At the same time, reforms have sought to make it easier for Chinese companies to list on onshore stock exchanges, and new programs have been launched in attempts to lure some of China’s most coveted overseas-listed companies back to the country.